home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMROLE / TFMROLE.txt
Text File  |  2004-09-21  |  2KB  |  106 lines

  1. object FmRole: TFmRole
  2.   Left = 297
  3.   Top = 270
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FmRole'
  7.   ClientHeight = 143
  8.   ClientWidth = 305
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   DataSource = DM.DsRoles
  18.   OnDataAfterEdit = ClientDataSetFormDataAfterEdit
  19.   OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit
  20.   OnDataValidate = ClientDataSetFormDataValidate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LblName: TLabel
  24.     Left = 8
  25.     Top = 52
  26.     Width = 31
  27.     Height = 13
  28.     Caption = '&Name:'
  29.     FocusControl = EdtName
  30.   end
  31.   object LblParent: TLabel
  32.     Left = 8
  33.     Top = 84
  34.     Width = 45
  35.     Height = 13
  36.     Caption = '&Category'
  37.     FocusControl = EdtParent
  38.   end
  39.   object PnlHeader: TPanel
  40.     Left = 8
  41.     Top = 8
  42.     Width = 289
  43.     Height = 25
  44.     Alignment = taLeftJustify
  45.     BevelOuter = bvNone
  46.     Caption = ' Role'
  47.     Color = clBtnShadow
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindow
  50.     Font.Height = -13
  51.     Font.Name = 'Tahoma'
  52.     Font.Style = [fsBold]
  53.     ParentBackground = False
  54.     ParentFont = False
  55.     TabOrder = 0
  56.   end
  57.   object BtnOk: TBitBtn
  58.     Left = 136
  59.     Top = 113
  60.     Width = 75
  61.     Height = 25
  62.     TabOrder = 3
  63.     OnClick = BtnOkClick
  64.     Kind = bkOK
  65.   end
  66.   object BtnCancel: TBitBtn
  67.     Left = 216
  68.     Top = 113
  69.     Width = 75
  70.     Height = 25
  71.     TabOrder = 4
  72.     Kind = bkCancel
  73.   end
  74.   object EdtName: TcxDBTextEdit
  75.     Left = 80
  76.     Top = 48
  77.     Width = 217
  78.     Height = 21
  79.     DataBinding.DataField = 'RoleName'
  80.     DataBinding.DataSource = DM.DsRoles
  81.     Properties.OnChange = EdtNameChange
  82.     Style.StyleController = DM.EditStyles
  83.     TabOrder = 1
  84.   end
  85.   object EdtParent: TcxComboBox
  86.     Left = 80
  87.     Top = 80
  88.     Width = 217
  89.     Height = 21
  90.     Properties.DropDownListStyle = lsFixedList
  91.     Style.StyleController = DM.EditStyles
  92.     TabOrder = 2
  93.   end
  94.   object TblRolesLookup: TEasyTable
  95.     CurrentVersion = '5.72 '
  96.     TableName = 'Roles'
  97.     DatabaseName = 'AudiophilerDb'
  98.     InMemory = False
  99.     AutoIndexes = False
  100.     CacheEnabled = True
  101.     BDELikeFilter = False
  102.     Left = 8
  103.     Top = 104
  104.   end
  105. end
  106.